home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / unix / hpux / readme.txt < prev    next >
Text File  |  1996-06-25  |  2KB  |  44 lines

  1. The files specific to the HP 9000 HP-UX build of qrz2 are:
  2.  
  3.     README.hp    - this file, describing what it's all about.
  4.     qrz2.700    - the 700 series executable image.
  5.     qrz2.400    - the 300/400 series executable image.
  6.     link_qrz.hp    - script to link CD-ROM files to hard disk directory
  7.  
  8. Please note that HP-UX mounts CD-ROMs such that all files and directories
  9. appear in upper case, and filenames end in ';1'.  The qrz2 program expects
  10. all files and directories to be accessible through lower-case filenames.
  11. In order to make the program work correctly, the CD-ROM directory containing
  12. the callbook data should be mirrored on the hard disk such that the files
  13. are lower-cased and the ';1' is removed.  This can easily be done by
  14. creating a subdirectory 'callbk', and in that directory make symbolic links
  15. to the actual files on the CD-ROM, such as:
  16.  
  17. $ mkdir callbk
  18. $ ln -s "/mnt/cdrom/CALLBK/CALLBKC.DAT;1" callbk/callbkc.dat
  19. $ ln -s "/mnt/cdrom/CALLBK/CALLBKC.IDX;1" callbk/callbkc.idx
  20. $ ln -s "/mnt/cdrom/CALLBK/CALLBKN.DAT;1" callbk/callbkn.dat
  21. $ ln -s "/mnt/cdrom/CALLBK/CALLBKN.IDX;1" callbk/callbkn.idx
  22. $ ln -s "/mnt/cdrom/CALLBK/CALLBKS.DAT;1" callbk/callbks.dat
  23. $ ln -s "/mnt/cdrom/CALLBK/CALLBKS.IDX;1" callbk/callbks.idx
  24. $ ln -s "/mnt/cdrom/CALLBK/CALLBKZ.DAT;1" callbk/callbkz.dat
  25. $ ln -s "/mnt/cdrom/CALLBK/CALLBKZ.IDX;1" callbk/callbkz.idx
  26.  
  27. Then, the QRZPATH environment variable can be set to point to this
  28. directory, and the qrz2 program should have no trouble finding the data.
  29.  
  30. $ export QRZPATH=<directory_containing_callbk>
  31.  
  32. Alternatively, the data can be copied from the CD-ROM to the hard disk
  33. with filenames that fit the above convention.
  34.  
  35. The script 'link_qrz.hp' is an attempt to make this setup process easier.
  36. Decide where you want to put the callbook, cd to that directory, then
  37. execute:
  38.  
  39. $ link_qrz.hp /mnt/cdrom/CALLBK callbk
  40.  
  41. This creates the 'callbk' directory and links for files on the CD-ROM.
  42. Then set the QRZPATH variable to point to the current directory.
  43.  
  44.